projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d91c31
)
(struct image): New members.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:33 +0000
(16:32 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:33 +0000
(16:32 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 4a7a790ad7e0cc52b4b8628b6f3917d4c00e540d..4cd9c42cc0fe32d9715a6aeb06bf64e1a7d0e96b 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-2431,6
+2431,10
@@
struct image
if necessary. */
unsigned long background;
+ /* Foreground and background colors of the frame on which the image
+ is created. */
+ unsigned long frame_foreground, frame_background;
+
/* True if this image has a `transparent' background -- that is, is
uses an image mask. The accessor macro for this is
`IMAGE_BACKGROUND_TRANSPARENT'. */